home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / think11.zip / THINKER.DOC < prev    next >
Text File  |  1993-03-01  |  7KB  |  162 lines

  1.  
  2.                                Motor City Software
  3.                                Thinker Version 1.1
  4.                      Copyright 1991-1993 by Motor City Software
  5.                                All rights reserved
  6.  
  7.  
  8.  
  9. ╒═════════════════════════════════════════════════════════════════════════════╕
  10. │░░░░░░ LICENSING INFORMATION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  11. ╘═════════════════════════════════════════════════════════════════════════════╛
  12.  
  13. This program is not Freeware.  This is SHAREWARE which means it is user-
  14. supported software.  If you use this program for more than 30 days, you are
  15. required to register or remove it from your system.  The registration fee is
  16. a mere $10.00 and is not a lot to ask.
  17.  
  18. The concept works only with your support.  If you find that you can use this
  19. program, then a registration fee of $10.00 U.S. funds will help defray the
  20. development cost and encourage the authorship of other programs that might be
  21. useful to you.  A  Registration Form for this purpose is included with the
  22. distribution archive and is called THINKREG.DOC.
  23.  
  24. Thinker is Copyrighted 1991-1993 by Motor City Software and all rights are
  25. reserved.  You may copy this program and documentation for backup purposes.
  26. You also may copy and share UNMODIFIED copies of the program package,
  27. providing that the copyright notice is reproduced and included on all copies.
  28.  
  29. You may not sell the product for a fee and/or distribute the product
  30. along with other products without expressed written permission from Motor
  31. City Software, nor may you modify or remove the Copyright Notice from the
  32. program or the documentation.
  33.  
  34.  
  35. ╒═════════════════════════════════════════════════════════════════════════════╕
  36. │░░░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  37. ╘═════════════════════════════════════════════════════════════════════════════╛
  38.  
  39.  Thinker is a fun, simple game which challenges you to achieve the highest
  40.  monthly score possible.  This game is similar to the game of "Concentration"
  41.  as seen on television.
  42.  
  43.  The object of the game is to be the highest scoring player at the end
  44.  of the month.  This is accomplished by matching pairs of cards on a
  45.  4 X 13-card grid.
  46.  
  47.  You will start with 0 points at the beginning of each month.  When you
  48.  enter the game, the game board is drawn on your screen.  The game board
  49.  consists of header information, and a 4 X 13 grid which holds 52 playing
  50.  cards.
  51.  
  52.  To begin a game, select <P>lay.  A 52-card deck is then shuffled and
  53.  dealt.  You will also notice some information in the upper-right corner
  54.  of your screen, such as Maximum Misses and your Miss Count.
  55.  
  56.  The object of game play is to select pairs of matching cards until the
  57.  game board is cleared.  Once selected, each card is turned face-up.  If the
  58.  two cards you select match, you gain 100 points and the cards are cleared
  59.  from the board.  If you manage to clear the entire board, you will be
  60.  awarded a bonus of 5,000 points.
  61.  
  62.  To select cards, make sure that your NUM LOCK is turned on.  Then, using
  63.  the numeric keypad, move the cursor left, right, up or down until the
  64.  cursor is directly above the card you wish to select.  Then press <ENTER>
  65.  to select that card.
  66.  
  67.  Each time you select two cards that do NOT match, your Miss Count is
  68.  incremented by 1.  You may accumulate a maximum of 5 consecutive misses
  69.  before the game is ended.  Each time you select a matching pair of cards,
  70.  your Miss Count is reset to 0.
  71.  
  72.  At the end of each month, play is ended and the top-three scorers for the
  73.  month are displayed to players during the following month.  The player
  74.  file is removed and the game starts over.
  75.  
  76.  
  77. ╒═════════════════════════════════════════════════════════════════════════════╕
  78. │░░░░░░ INSTALLATION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  79. ╘═════════════════════════════════════════════════════════════════════════════╛
  80.  
  81. Thinker runs great as a type 7 door on RemoteAccess and QuickBBS.  All file
  82. I/O uses record locking and this door will run fine on two nodes
  83. simultaneously.
  84.  
  85. Command Line Parameters:
  86.  
  87.  -  /T# The maximum number of games a player may play per day.  This should be
  88.     a value between 1 and 100.  If it's not, it will default to 2.
  89.  
  90.  -  /M# The maximum number of misses in a row before the user is beaten. This
  91.     should be a value between 1 and 10.  If it's not, it will default to 5.
  92.  
  93.  -  /D tells Thinker to use a DOOR.SYS file rather than Dorinfo1.def
  94.  
  95.  -  /N# will specify the node number, # is the node number. Default = 1
  96.  
  97. Examples:
  98.  
  99.    THINKER.EXE /T7              7 rounds per day.
  100.  
  101.    THINKER.EXE /N1              Running on node 1
  102.  
  103.    THINKER.EXE                  5 rounds per day (default).
  104.  
  105.    THINKER.EXE /T10 /D          10 games per day.
  106.                                 Use DOOR.SYS instead of DORINFO1.DEF.
  107.  
  108.    THINKER.EXE /T10 /M3 /N2 /D  10 Games per day
  109.                                 3 misses allowed in a row
  110.                                 Running on node 2
  111.                                 Use door.sys
  112.  
  113. NOTE:  If you are running this program under PCBoard, you may have to load
  114.        a FOSSIL driver from a batch file before the game is run, and unload
  115.        it when the game is finished and before control is returned to the
  116.        BBS.
  117.  
  118. Thinker can be run in the BBS system directory or in a directory of its own.
  119.  
  120. Here is an example type 7 menu command
  121.  
  122. D:\BBS\DOORS\THINKER\THINKER.EXE /T15 /M6 /N*N
  123.  
  124.  
  125. That's all there is to installing the Thinker door.  There is no setup program
  126. needed.
  127.  
  128. Thinker will read and write its own files in the same directory containing the
  129. THINKER.EXE file, and read the dorinfo1.def or door.sys file from the  current
  130. directory.
  131.  
  132.  
  133. ╒═════════════════════════════════════════════════════════════════════════════╕
  134. │░░░░░░ SUPPORT FILES ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  135. ╘═════════════════════════════════════════════════════════════════════════════╛
  136.  
  137. The following is a list of files related to the operation of this program.
  138. It is noted whether or not the file is absolutely required in order for the
  139. program to run.
  140.  
  141.  Filename       Required   Description
  142.  ------------   --------   -------------------------------------------------
  143.  THINKER.EXE      Yes      The main progam executable.
  144.  THINKER.ANS      Yes      The game board graphic. (color graphics)
  145.  THINKER.ASC      Yes      The game board graphic  (mono graphics)
  146.  MCT.ANS          Yes      The Motor City Thinker graphic (color graphics).
  147.  MCT.ASC          Yes      The Motor City Thinker graphic (mono graphics).
  148.  THINKER.HLP      Yes      Help file.
  149.  THINKER.DOC      No       This documentation.
  150.  THINKER.DTE      No       This is a date file.  This is used to determine
  151.                            when the end of month has been reached.
  152.  THINKER.HSC      No       This file contains the last month's high scorer
  153.                            statistics.
  154.  THINKER.DAT      No       This is the player data file.  If it does not
  155.                            exist, it will be created.
  156.  THINK##.LOG      No       This file is created if Thinker encounters an error
  157.                            during operations.  If this file exists, it is
  158.                            intended for your viewing pleasure. The ## will be
  159.                            replaced with the node #.
  160.  
  161.  
  162.